Good appearance of gamegrid-based games on color ttys.
authorFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)
lisp/ChangeLog

index d1b20650727e7388cfcfaa1955d96325d557f6f9..0ee0f32afff651fa89d8371cbece3bd07073abfb 100644 (file)
@@ -1,3 +1,16 @@
+2002-09-13  Francesco Potorti`  <pot@gnu.org>
+
+       * play/tetris.el (tetris-blank-options, tetris-cell-options):
+       Remove various redundant `(t nil)'.
+
+       * play/snake.el (snake-border-options): Use color on tty if
+       available.
+
+       * play/tetris.el (tetris-border-options): Likewise.
+
+       * play/pong.el (pong-border-options): Likewise, plus reset
+       color on tty to be [0.5 0.5 0.5].
+
 2002-09-13  Kim F. Storm  <storm@cua.dk>
 
        * kmacro.el (kmacro-start-macro): Doc fix.